home *** CD-ROM | disk | FTP | other *** search
- if(_parent.textarea.maxscroll != 1)
- {
- this._height = _parent.scroll_area._height / _parent.textarea.maxscroll;
- this._y = orig_y - _parent.scroll_area._height / 2 + this._height / 2;
- }
- else
- {
- this._height = orig_height;
- this._y = orig_y;
- }
- gotoAndStop(1);
-